home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000368_news@newsmaster….columbia.edu _Sat Sep 20 10:54:18 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA22592
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 20 Sep 1997 10:54:17 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA00801
  7.     for kermit.misc@watsun; Sat, 20 Sep 1997 10:54:17 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: problems telneting
  12. Date: 20 Sep 1997 14:54:15 GMT
  13. Organization: Columbia University
  14. Lines: 31
  15. Message-ID: <600o2n$kjm$1@apakabar.cc.columbia.edu>
  16. References: <5vvhrm$300@gateway.dircsa.org.au>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7693
  19.  
  20. In article <5vvhrm$300@gateway.dircsa.org.au>,
  21. Arthur Marsh <arthur@gateway.dircsa.org.au> wrote:
  22. : Hi, I'm trying to telnet to 206.31.5.4 with C-Kermit 6.0.192 on Unixware
  23. : 1.1.2 and am having some troubles because 206.31.5.4 resolves to
  24. : mail3.tznet.com, and mail3.tznet.com resolves to 206.31.5.3,206.31.5.4 (ie
  25. : is multi-homed) yet whilst the telnet shipped with Unixware happily connects
  26. : to 206.31.5.4, C-Kermit does the following:
  27. : [/home/arthur] C-Kermit>telnet 206.31.5.4
  28. :  Trying 206.31.5.3...
  29. :  ^^^^^^^^^^^^^^^^^^^^^
  30. : Connecting to host 206.31.5.4.
  31. : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. : ...
  33. : This is a real problem at the moment, as I can't use C-Kermit for a scripted
  34. : telnet session because it uses the unwanted IP address of 206.31.5.3 which
  35. : does not accept telnet connections instead of the 206.31.5.4 address which 
  36. : I want it to use.
  37. Jeff Altman caught this one early this morning.  The patch for C-Kermit
  38. 6.0.192 is: In ckcnet.c, remove "#ifdef NT" at line 1943, and the matching
  39. #endif at line 1953; see:
  40.  
  41.   ftp://kermit.columbia.edu/kermit/f/PATCHES
  42.  
  43. We'll do the same on our end, after ensuring portability, so the fix will be
  44. in the next release.
  45.  
  46. Thanks for the report!
  47.  
  48. - Frank